Merged
Conversation
89b55b7 to
11ca426
Compare
83dbb0d to
31b89b5
Compare
31b89b5 to
6c9690a
Compare
6c9690a to
62ba930
Compare
9503f1c to
1d20152
Compare
1d20152 to
5adb43c
Compare
8edcae4 to
533d51b
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
533d51b to
264f71f
Compare
264f71f to
efaf6f9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Note
High Risk
Introduces new on-chain transaction flow that spends from a configured private key and adds new persistent tables + background cron retries, so misconfiguration or logic bugs could cause failed claims or unintended spend.
Overview
Adds a new sponsored AENS chain-name claiming feature under
/profile/chain-name, including endpoints to create a wallet-signing challenge, submit a claim request, and query claim status.Implements persistent claim/challenge storage (new TypeORM entities + SQL migration), a background cron-driven state machine to preclaim/claim/update/transfer names with retries/backoff, and introduces shared signature verification via a new
verifyAeAddressSignatureutility (used by both chain-name claiming and the existing X-invite challenge flow).Extends configuration/deploy pipelines to provide
PROFILE_CHAIN_NAME_PRIVATE_KEYand related retry/TTL settings so deployments can sponsor on-chain transactions.Written by Cursor Bugbot for commit efaf6f9. This will update automatically on new commits. Configure here.